home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / NextAnswers / EOF1.2_PDO4.0_Example / Makefile.preamble-solaris-oracle < prev    next >
Makefile  |  1996-04-14  |  518b  |  30 lines

  1. #
  2. # Oracle Setup for solaris
  3. #
  4.  
  5. FRAMEWORKS += Oracle1x
  6.  
  7. #
  8. # Client library location
  9. #
  10. ORACLE_HOME = /opt/oracle
  11.  
  12. #
  13. # Path for the libs
  14. #
  15. OTHER_LDFLAGS += -L$(ORACLE_HOME)/lib
  16.  
  17. #
  18. # Static linking
  19. #
  20. #OTHER_LIBS += -lsqlnet -lora -lsql -lcore3 -lnlsrtl3 -lc3v6 -locic \
  21. #              -lsqlnet -lora -lsql -lcore3 -lnlsrtl3 -lc3v6 -locic \
  22. #              -lsqlnet -lora -lsql -lcore3 -lnlsrtl3 -lc3v6 -locic \
  23. #              -ldl
  24. #OTHER_OFILES += $(ORACLE_HOME)/lib/osntab.o
  25.  
  26. #
  27. # Dynamic linking
  28. #
  29. OTHER_LIBS += -lclntsh
  30.